js route handlers 与

Next.js Route Handlers 与缓存策略协作

引言Route Handlers 将 API 与页面路由整合在 App Router 中;与缓存与 PPR 的协作可在端到端提升首屏与导航体验。用法与协作(已验证)用法:在 `app/route.ts`/`app/api/.../route.ts` 中定义 GET/POST 等处理;支持 `reva